projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0a82b79
)
broadway: Fix mouse position typo
author
Alexander Larsson
<alexl@redhat.com>
Thu, 28 Mar 2013 15:27:49 +0000
(16:27 +0100)
committer
Alexander Larsson
<alexl@redhat.com>
Fri, 29 Mar 2013 13:09:46 +0000
(14:09 +0100)
gdk/broadway/gdkdevice-broadway.c
patch
|
blob
|
history
diff --git
a/gdk/broadway/gdkdevice-broadway.c
b/gdk/broadway/gdkdevice-broadway.c
index 5d5cde37207cb08e43b4881ddf9572ebe65b282c..e922c586acece8ba8be5075034cbc88c9ebdedab 100644
(file)
--- a/
gdk/broadway/gdkdevice-broadway.c
+++ b/
gdk/broadway/gdkdevice-broadway.c
@@
-188,7
+188,7
@@
gdk_broadway_device_query_state (GdkDevice *device,
if (root_y)
*root_y = device_root_y;
if (win_x)
- *win_x = device_root_
y
- toplevel->x;
+ *win_x = device_root_
x
- toplevel->x;
if (win_y)
*win_y = device_root_y - toplevel->y;
if (mask)